home *** CD-ROM | disk | FTP | other *** search
/ Game Classics 18 / Game Classics 18 .iso / CARD / ANIBJ / ANIBJ.EXE / 0 / RCDATA / TABOUTBOX / TABOUTBOX.txt < prev   
Text File  |  1997-04-23  |  9KB  |  369 lines

  1. object AboutBox: TAboutBox
  2.   Left = 143
  3.   Top = 187
  4.   BorderStyle = bsDialog
  5.   Caption = 'About'
  6.   ClientHeight = 413
  7.   ClientWidth = 361
  8.   Font.Color = clWindowText
  9.   Font.Height = -13
  10.   Font.Name = 'System'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   OnActivate = FormActivate
  14.   PixelsPerInch = 96
  15.   TextHeight = 16
  16.   object TabbedNotebook1: TTabbedNotebook
  17.     Left = 0
  18.     Top = 0
  19.     Width = 361
  20.     Height = 409
  21.     Align = alTop
  22.     PageIndex = 1
  23.     Font.Color = clBlack
  24.     Font.Height = -13
  25.     Font.Name = 'MS Sans Serif'
  26.     Font.Style = []
  27.     TabFont.Color = clBtnText
  28.     TabFont.Height = -11
  29.     TabFont.Name = 'MS Sans Serif'
  30.     TabFont.Style = []
  31.     TabOrder = 0
  32.     object TTabPage
  33.       Left = 4
  34.       Top = 27
  35.       Caption = 'Program'
  36.       object ProgramIcon: TImage
  37.         Left = 24
  38.         Top = 48
  39.         Width = 32
  40.         Height = 32
  41.         AutoSize = True
  42.         Stretch = True
  43.         IsControl = True
  44.       end
  45.       object ProductName: TLabel
  46.         Left = 80
  47.         Top = 32
  48.         Width = 141
  49.         Height = 24
  50.         Caption = 'Program Name'
  51.         Font.Color = clBlack
  52.         Font.Height = -19
  53.         Font.Name = 'MS Sans Serif'
  54.         Font.Style = [fsBold]
  55.         ParentFont = False
  56.         IsControl = True
  57.       end
  58.       object Version: TLabel
  59.         Left = 80
  60.         Top = 64
  61.         Width = 47
  62.         Height = 13
  63.         Caption = 'Version:'
  64.         Font.Color = clBlack
  65.         Font.Height = -12
  66.         Font.Name = 'MS Sans Serif'
  67.         Font.Style = [fsBold]
  68.         ParentFont = False
  69.         IsControl = True
  70.       end
  71.       object Copyright: TLabel
  72.         Left = 80
  73.         Top = 88
  74.         Width = 58
  75.         Height = 13
  76.         Caption = 'Copyright:'
  77.         Font.Color = clBlack
  78.         Font.Height = -12
  79.         Font.Name = 'MS Sans Serif'
  80.         Font.Style = [fsBold]
  81.         ParentFont = False
  82.         IsControl = True
  83.       end
  84.       object lblVer: TLabel
  85.         Left = 152
  86.         Top = 64
  87.         Width = 26
  88.         Height = 13
  89.         Caption = 'lblVer'
  90.         Font.Color = clBlack
  91.         Font.Height = -12
  92.         Font.Name = 'MS Sans Serif'
  93.         Font.Style = []
  94.         ParentFont = False
  95.       end
  96.       object lblCopy: TLabel
  97.         Left = 152
  98.         Top = 88
  99.         Width = 34
  100.         Height = 13
  101.         Caption = 'lblCopy'
  102.         Font.Color = clBlack
  103.         Font.Height = -12
  104.         Font.Name = 'MS Sans Serif'
  105.         Font.Style = []
  106.         ParentFont = False
  107.       end
  108.       object Label12: TLabel
  109.         Left = 184
  110.         Top = 64
  111.         Width = 89
  112.         Height = 13
  113.         Caption = 'Shareware Version'
  114.         Font.Color = clRed
  115.         Font.Height = -12
  116.         Font.Name = 'MS Sans Serif'
  117.         Font.Style = []
  118.         ParentFont = False
  119.       end
  120.       object Memo1: TMemo
  121.         Left = 16
  122.         Top = 120
  123.         Width = 313
  124.         Height = 209
  125.         BorderStyle = bsNone
  126.         Color = clBtnFace
  127.         Ctl3D = False
  128.         Font.Color = clBlack
  129.         Font.Height = -13
  130.         Font.Name = 'MS Sans Serif'
  131.         Font.Style = []
  132.         Lines.Strings = (
  133.           'Memo1')
  134.         ParentCtl3D = False
  135.         ParentFont = False
  136.         ReadOnly = True
  137.         TabOrder = 0
  138.       end
  139.       object OKButton: TBitBtn
  140.         Left = 104
  141.         Top = 342
  142.         Width = 129
  143.         Height = 27
  144.         Caption = '&OK'
  145.         Font.Color = clBlack
  146.         Font.Height = -12
  147.         Font.Name = 'MS Sans Serif'
  148.         Font.Style = [fsBold]
  149.         ParentFont = False
  150.         TabOrder = 1
  151.         Kind = bkOK
  152.         Margin = 2
  153.         Spacing = -1
  154.         IsControl = True
  155.       end
  156.     end
  157.     object TTabPage
  158.       Left = 4
  159.       Top = 27
  160.       Caption = 'Company'
  161.       object Label1: TLabel
  162.         Left = 16
  163.         Top = 40
  164.         Width = 93
  165.         Height = 24
  166.         Caption = 'Ultisoft, Inc.'
  167.         Font.Color = clBlack
  168.         Font.Height = -19
  169.         Font.Name = 'MS Sans Serif'
  170.         Font.Style = []
  171.         ParentFont = False
  172.       end
  173.       object Label2: TLabel
  174.         Left = 16
  175.         Top = 72
  176.         Width = 82
  177.         Height = 16
  178.         Caption = 'P.O. Box 5015'
  179.         Font.Color = clBlack
  180.         Font.Height = -13
  181.         Font.Name = 'MS Sans Serif'
  182.         Font.Style = []
  183.         ParentFont = False
  184.       end
  185.       object Label3: TLabel
  186.         Left = 16
  187.         Top = 96
  188.         Width = 139
  189.         Height = 16
  190.         Caption = 'Central Point, OR 97502'
  191.         Font.Color = clBlack
  192.         Font.Height = -13
  193.         Font.Name = 'MS Sans Serif'
  194.         Font.Style = []
  195.         ParentFont = False
  196.       end
  197.       object Label4: TLabel
  198.         Left = 16
  199.         Top = 120
  200.         Width = 28
  201.         Height = 16
  202.         Caption = 'USA'
  203.         Font.Color = clBlack
  204.         Font.Height = -13
  205.         Font.Name = 'MS Sans Serif'
  206.         Font.Style = []
  207.         ParentFont = False
  208.       end
  209.       object Label5: TLabel
  210.         Left = 24
  211.         Top = 168
  212.         Width = 44
  213.         Height = 16
  214.         Alignment = taRightJustify
  215.         Caption = 'Orders:'
  216.       end
  217.       object Label6: TLabel
  218.         Left = 96
  219.         Top = 168
  220.         Width = 186
  221.         Height = 16
  222.         Caption = '1-800-925-3147  (U.S. / Canada)'
  223.         Font.Color = clBlack
  224.         Font.Height = -13
  225.         Font.Name = 'MS Sans Serif'
  226.         Font.Style = []
  227.         ParentFont = False
  228.       end
  229.       object Label7: TLabel
  230.         Left = 96
  231.         Top = 200
  232.         Width = 177
  233.         Height = 16
  234.         Caption = '+1 541 857-9229 (International)'
  235.         Font.Color = clBlack
  236.         Font.Height = -13
  237.         Font.Name = 'MS Sans Serif'
  238.         Font.Style = []
  239.         ParentFont = False
  240.       end
  241.       object Label8: TLabel
  242.         Left = 37
  243.         Top = 248
  244.         Width = 28
  245.         Height = 16
  246.         Alignment = taRightJustify
  247.         Caption = 'FAX:'
  248.       end
  249.       object Label9: TLabel
  250.         Left = 96
  251.         Top = 248
  252.         Width = 94
  253.         Height = 16
  254.         Caption = '+1 541 734-3267'
  255.         Font.Color = clBlack
  256.         Font.Height = -13
  257.         Font.Name = 'MS Sans Serif'
  258.         Font.Style = []
  259.         ParentFont = False
  260.       end
  261.       object Label10: TLabel
  262.         Left = 27
  263.         Top = 296
  264.         Width = 37
  265.         Height = 16
  266.         Alignment = taRightJustify
  267.         Caption = 'Email:'
  268.       end
  269.       object Label11: TLabel
  270.         Left = 96
  271.         Top = 296
  272.         Width = 101
  273.         Height = 16
  274.         Caption = 'ultisoft@mind.net'
  275.         Font.Color = clBlack
  276.         Font.Height = -13
  277.         Font.Name = 'MS Sans Serif'
  278.         Font.Style = []
  279.         ParentFont = False
  280.       end
  281.       object BitBtn1: TBitBtn
  282.         Left = 104
  283.         Top = 342
  284.         Width = 129
  285.         Height = 27
  286.         Caption = '&OK'
  287.         Font.Color = clBlack
  288.         Font.Height = -12
  289.         Font.Name = 'MS Sans Serif'
  290.         Font.Style = [fsBold]
  291.         ParentFont = False
  292.         TabOrder = 0
  293.         Kind = bkOK
  294.         Margin = 2
  295.         Spacing = -1
  296.         IsControl = True
  297.       end
  298.     end
  299.     object TTabPage
  300.       Left = 4
  301.       Top = 27
  302.       Caption = 'Internet'
  303.       object BitBtn2: TBitBtn
  304.         Left = 104
  305.         Top = 342
  306.         Width = 129
  307.         Height = 27
  308.         Caption = '&OK'
  309.         Default = True
  310.         Font.Color = clBlack
  311.         Font.Height = -12
  312.         Font.Name = 'MS Sans Serif'
  313.         Font.Style = [fsBold]
  314.         ModalResult = 1
  315.         ParentFont = False
  316.         TabOrder = 0
  317.         Glyph.Data = {
  318.           42010000424D4201000000000000760000002800000012000000110000000100
  319.           040000000000CC000000CE0E0000C40E00000000000000000000000000000000
  320.           80000080000000808000800000008000800080800000C0C0C000808080000000
  321.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
  322.           7777770000007777744777777777770000007777422477777777770000007774
  323.           2222477777777700000077422222247777777700000074222A22224777777700
  324.           00007222A7A222477777770000007A2A777A222477777700000077A77777A222
  325.           477777000000777777777A222477770000007777777777A22247770000007777
  326.           7777777A222477000000777777777777A222470000007777777777777A224700
  327.           000077777777777777A227000000777777777777777A77000000777777777777
  328.           777777000000}
  329.         Spacing = -1
  330.         IsControl = True
  331.       end
  332.       object Memo2: TMemo
  333.         Left = 16
  334.         Top = 104
  335.         Width = 313
  336.         Height = 217
  337.         BorderStyle = bsNone
  338.         Color = clBtnFace
  339.         Ctl3D = False
  340.         Font.Color = clBlack
  341.         Font.Height = -13
  342.         Font.Name = 'MS Sans Serif'
  343.         Font.Style = []
  344.         Lines.Strings = (
  345.           'Memo2')
  346.         ParentCtl3D = False
  347.         ParentFont = False
  348.         ReadOnly = True
  349.         TabOrder = 1
  350.       end
  351.       object Panel1: TPanel
  352.         Left = 62
  353.         Top = 16
  354.         Width = 218
  355.         Height = 68
  356.         TabOrder = 2
  357.         object Image1: TImage
  358.           Left = 3
  359.           Top = 3
  360.           Width = 211
  361.           Height = 61
  362.           Picture.Data = {<image000.bmp>}
  363.           Stretch = True
  364.         end
  365.       end
  366.     end
  367.   end
  368. end
  369.